﻿2026-06-21T04:46:38.0621089Z ##[group]Run set -euo pipefail
2026-06-21T04:46:38.0621392Z [36;1mset -euo pipefail[0m
2026-06-21T04:46:38.0621597Z [36;1mPIN=0c95435[0m
2026-06-21T04:46:38.0621797Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T04:46:38.0622036Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T04:46:38.0622374Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T04:46:38.0622774Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T04:46:38.0623191Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T04:46:38.0623534Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T04:46:38.0623762Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T04:46:38.0624022Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T04:46:38.0624492Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T04:46:38.0624817Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T04:46:38.0625069Z [36;1mfi[0m
2026-06-21T04:46:38.0625345Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T04:46:38.0641591Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T04:46:38.0641880Z env:
2026-06-21T04:46:38.0642078Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T04:46:38.0642299Z ##[endgroup]
2026-06-21T04:46:38.7657425Z    Compiling proc-macro2 v1.0.106
2026-06-21T04:46:38.7657907Z    Compiling unicode-ident v1.0.24
2026-06-21T04:46:38.7658207Z    Compiling quote v1.0.45
2026-06-21T04:46:38.7658465Z    Compiling libc v0.2.186
2026-06-21T04:46:38.7658712Z    Compiling serde_core v1.0.228
2026-06-21T04:46:38.7683057Z    Compiling cfg-if v1.0.4
2026-06-21T04:46:38.7709734Z    Compiling serde v1.0.228
2026-06-21T04:46:38.7722532Z    Compiling log v0.4.32
2026-06-21T04:46:38.7776544Z    Compiling pin-project-lite v0.2.17
2026-06-21T04:46:38.7824021Z    Compiling typenum v1.20.1
2026-06-21T04:46:38.7824603Z    Compiling portable-atomic v1.13.1
2026-06-21T04:46:38.7825214Z    Compiling version_check v0.9.5
2026-06-21T04:46:38.7876498Z    Compiling memchr v2.8.1
2026-06-21T04:46:38.7964424Z    Compiling shlex v2.0.1
2026-06-21T04:46:38.7995402Z    Compiling critical-section v1.2.0
2026-06-21T04:46:38.8516448Z    Compiling find-msvc-tools v0.1.9
2026-06-21T04:46:38.8941240Z    Compiling bytes v1.11.1
2026-06-21T04:46:38.9030465Z    Compiling futures-core v0.3.32
2026-06-21T04:46:38.9440750Z    Compiling subtle v2.6.1
2026-06-21T04:46:39.0070247Z    Compiling equivalent v1.0.2
2026-06-21T04:46:39.0610307Z    Compiling smallvec v1.15.1
2026-06-21T04:46:39.0742773Z    Compiling itoa v1.0.18
2026-06-21T04:46:39.0943477Z    Compiling semver v1.0.28
2026-06-21T04:46:39.1746591Z    Compiling stable_deref_trait v1.2.1
2026-06-21T04:46:39.1860952Z    Compiling futures-io v0.3.32
2026-06-21T04:46:39.2060564Z    Compiling slab v0.4.12
2026-06-21T04:46:39.2070232Z    Compiling futures-sink v0.3.32
2026-06-21T04:46:39.2470903Z    Compiling generic-array v0.14.7
2026-06-21T04:46:39.2531730Z    Compiling futures-task v0.3.32
2026-06-21T04:46:39.2850505Z    Compiling rustversion v1.0.22
2026-06-21T04:46:39.3141265Z    Compiling futures-channel v0.3.32
2026-06-21T04:46:39.3270546Z    Compiling bitflags v2.12.1
2026-06-21T04:46:39.4081070Z    Compiling rustc_version v0.4.1
2026-06-21T04:46:39.4184410Z    Compiling hashbrown v0.17.1
2026-06-21T04:46:39.4243690Z    Compiling cpufeatures v0.2.17
2026-06-21T04:46:39.4257930Z    Compiling fnv v1.0.7
2026-06-21T04:46:39.4900963Z    Compiling strsim v0.11.1
2026-06-21T04:46:39.4946960Z    Compiling cfg_aliases v0.2.1
2026-06-21T04:46:39.5061466Z    Compiling rand_core v0.10.1
2026-06-21T04:46:39.5219224Z    Compiling litemap v0.8.2
2026-06-21T04:46:39.5540663Z    Compiling writeable v0.6.3
2026-06-21T04:46:39.5860391Z    Compiling utf8_iter v1.0.4
2026-06-21T04:46:39.6528267Z    Compiling fs_extra v1.3.0
2026-06-21T04:46:39.7026682Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T04:46:39.7224581Z    Compiling icu_properties_data v2.2.0
2026-06-21T04:46:39.7266295Z    Compiling ident_case v1.0.1
2026-06-21T04:46:39.8241412Z    Compiling dunce v1.0.5
2026-06-21T04:46:39.8595639Z    Compiling getrandom v0.4.2
2026-06-21T04:46:39.8870565Z    Compiling percent-encoding v2.3.2
2026-06-21T04:46:39.8908600Z    Compiling autocfg v1.5.1
2026-06-21T04:46:39.9000431Z    Compiling http v1.4.1
2026-06-21T04:46:40.0170531Z    Compiling unicode-segmentation v1.13.3
2026-06-21T04:46:40.0391461Z    Compiling cpufeatures v0.3.0
2026-06-21T04:46:40.0784467Z    Compiling thiserror v2.0.18
2026-06-21T04:46:40.1290777Z    Compiling aws-lc-rs v1.17.0
2026-06-21T04:46:40.1450643Z    Compiling scopeguard v1.2.0
2026-06-21T04:46:40.1550968Z    Compiling chacha20 v0.10.0
2026-06-21T04:46:40.1890911Z    Compiling form_urlencoded v1.2.2
2026-06-21T04:46:40.2222924Z    Compiling syn v2.0.117
2026-06-21T04:46:40.2410658Z    Compiling lock_api v0.4.14
2026-06-21T04:46:40.2817810Z    Compiling indexmap v2.14.0
2026-06-21T04:46:40.3081880Z    Compiling untrusted v0.9.0
2026-06-21T04:46:40.3798174Z    Compiling rustls v0.23.40
2026-06-21T04:46:40.3870388Z    Compiling heck v0.5.0
2026-06-21T04:46:40.3935655Z    Compiling unicode-xid v0.2.6
2026-06-21T04:46:40.4329333Z    Compiling anyhow v1.0.102
2026-06-21T04:46:40.4830491Z    Compiling const-oid v0.10.2
2026-06-21T04:46:40.4930673Z    Compiling atomic-waker v1.1.2
2026-06-21T04:46:40.5150573Z    Compiling paste v1.0.15
2026-06-21T04:46:40.5450795Z    Compiling httparse v1.10.1
2026-06-21T04:46:40.5678170Z    Compiling convert_case v0.10.0
2026-06-21T04:46:40.5922236Z    Compiling parking_lot_core v0.9.12
2026-06-21T04:46:40.6058105Z    Compiling zerocopy v0.8.50
2026-06-21T04:46:40.6204210Z    Compiling num-traits v0.2.19
2026-06-21T04:46:40.6830514Z    Compiling hybrid-array v0.4.12
2026-06-21T04:46:40.6960409Z    Compiling curve25519-dalek v4.1.3
2026-06-21T04:46:40.7640705Z    Compiling jobserver v0.1.34
2026-06-21T04:46:40.8010621Z    Compiling ahash v0.8.12
2026-06-21T04:46:40.8370905Z    Compiling crypto-common v0.1.7
2026-06-21T04:46:40.8560721Z    Compiling block-buffer v0.10.4
2026-06-21T04:46:40.8980896Z    Compiling base64ct v1.8.3
2026-06-21T04:46:40.9170600Z    Compiling either v1.16.0
2026-06-21T04:46:40.9440862Z    Compiling fastrand v2.4.1
2026-06-21T04:46:40.9583769Z    Compiling powerfmt v0.2.0
2026-06-21T04:46:40.9674625Z    Compiling digest v0.10.7
2026-06-21T04:46:40.9916160Z    Compiling http-body v1.0.1
2026-06-21T04:46:41.0788875Z    Compiling cc v1.2.63
2026-06-21T04:46:41.1640445Z    Compiling deranged v0.5.8
2026-06-21T04:46:41.1840773Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T04:46:41.2311315Z    Compiling num-conv v0.2.2
2026-06-21T04:46:41.2527323Z    Compiling base64 v0.22.1
2026-06-21T04:46:41.2560684Z    Compiling zmij v1.0.21
2026-06-21T04:46:41.3781008Z    Compiling pkg-config v0.3.33
2026-06-21T04:46:41.3889578Z    Compiling mio v1.2.1
2026-06-21T04:46:41.4277702Z    Compiling socket2 v0.6.4
2026-06-21T04:46:41.4808148Z    Compiling getrandom v0.2.17
2026-06-21T04:46:41.5711660Z    Compiling tower-service v0.3.3
2026-06-21T04:46:41.6260763Z    Compiling data-encoding v2.11.0
2026-06-21T04:46:41.6430868Z    Compiling vcpkg v0.2.15
2026-06-21T04:46:41.6776330Z    Compiling rand_core v0.6.4
2026-06-21T04:46:41.7350663Z    Compiling try-lock v0.2.5
2026-06-21T04:46:41.8010952Z    Compiling rand v0.10.1
2026-06-21T04:46:41.8200580Z    Compiling tinyvec_macros v0.1.1
2026-06-21T04:46:41.8690565Z    Compiling time-core v0.1.8
2026-06-21T04:46:41.8790927Z    Compiling tinyvec v1.11.0
2026-06-21T04:46:41.9071034Z    Compiling want v0.3.1
2026-06-21T04:46:41.9130585Z    Compiling parking_lot v0.12.5
2026-06-21T04:46:41.9666829Z    Compiling crypto-common v0.2.2
2026-06-21T04:46:42.0558494Z    Compiling block-buffer v0.12.0
2026-06-21T04:46:42.1511635Z    Compiling sha2 v0.10.9
2026-06-21T04:46:42.1698508Z    Compiling inout v0.1.4
2026-06-21T04:46:42.2011022Z    Compiling vergen-lib v9.1.0
2026-06-21T04:46:42.2380021Z    Compiling n0-future v0.3.2
2026-06-21T04:46:42.3533539Z    Compiling crossbeam-utils v0.8.21
2026-06-21T04:46:42.3639054Z    Compiling diatomic-waker v0.2.3
2026-06-21T04:46:42.4332895Z    Compiling signature v2.2.0
2026-06-21T04:46:42.4817029Z    Compiling cmake v0.1.58
2026-06-21T04:46:42.5821074Z    Compiling serde_json v1.0.150
2026-06-21T04:46:42.5822354Z    Compiling parking v2.2.1
2026-06-21T04:46:42.5980516Z    Compiling httpdate v1.0.3
2026-06-21T04:46:42.6128236Z    Compiling cordyceps v0.3.4
2026-06-21T04:46:42.6293547Z    Compiling winnow v1.0.3
2026-06-21T04:46:42.7455629Z    Compiling spin v0.10.0
2026-06-21T04:46:42.7600461Z    Compiling futures-lite v2.6.1
2026-06-21T04:46:42.8022338Z    Compiling ed25519 v2.2.3
2026-06-21T04:46:42.8326034Z    Compiling digest v0.11.3
2026-06-21T04:46:42.8403751Z    Compiling cipher v0.4.4
2026-06-21T04:46:42.8455661Z    Compiling netlink-packet-core v0.8.1
2026-06-21T04:46:42.8970561Z    Compiling universal-hash v0.5.1
2026-06-21T04:46:42.9461012Z    Compiling futures-buffered v0.2.13
2026-06-21T04:46:42.9499462Z    Compiling vergen v9.1.0
2026-06-21T04:46:43.0086948Z    Compiling vergen-lib v0.1.6
2026-06-21T04:46:43.0200651Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T04:46:43.0370468Z    Compiling heapless v0.7.17
2026-06-21T04:46:43.0920631Z    Compiling noq-udp v0.10.0
2026-06-21T04:46:43.0930384Z    Compiling sync_wrapper v1.0.2
2026-06-21T04:46:43.1110480Z    Compiling allocator-api2 v0.2.21
2026-06-21T04:46:43.1807511Z    Compiling opaque-debug v0.3.1
2026-06-21T04:46:43.1937329Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T04:46:43.2081150Z    Compiling byteorder v1.5.0
2026-06-21T04:46:43.2520653Z    Compiling polyval v0.6.2
2026-06-21T04:46:43.3300794Z    Compiling spin v0.9.8
2026-06-21T04:46:43.3387056Z    Compiling vergen-gitcl v1.0.8
2026-06-21T04:46:43.3851165Z    Compiling aws-lc-sys v0.41.0
2026-06-21T04:46:43.3957815Z    Compiling ring v0.17.14
2026-06-21T04:46:43.4090451Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T04:46:43.4210753Z    Compiling hash32 v0.2.1
2026-06-21T04:46:43.4920838Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T04:46:43.5195283Z    Compiling fallible-iterator v0.3.0
2026-06-21T04:46:43.5502087Z    Compiling signature v3.0.0
2026-06-21T04:46:43.5974405Z    Compiling tower-layer v0.3.3
2026-06-21T04:46:43.5978553Z    Compiling num_threads v0.1.7
2026-06-21T04:46:43.5981997Z    Compiling ryu v1.0.23
2026-06-21T04:46:43.6742070Z    Compiling time v0.3.47
2026-06-21T04:46:43.7310276Z    Compiling ghash v0.5.1
2026-06-21T04:46:43.7311052Z    Compiling aes v0.8.4
2026-06-21T04:46:43.7869682Z    Compiling ctr v0.9.2
2026-06-21T04:46:43.8100610Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T04:46:43.8348860Z    Compiling fs2 v0.4.3
2026-06-21T04:46:43.9521333Z    Compiling http-body-util v0.1.3
2026-06-21T04:46:43.9561229Z    Compiling aead v0.5.2
2026-06-21T04:46:43.9701121Z    Compiling openssl-probe v0.2.1
2026-06-21T04:46:44.0126235Z    Compiling crossbeam-channel v0.5.15
2026-06-21T04:46:44.1010791Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T04:46:44.1090654Z    Compiling blake3 v1.8.5
2026-06-21T04:46:44.1880503Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T04:46:44.2370235Z    Compiling netlink-packet-route v0.29.0
2026-06-21T04:46:44.2894179Z    Compiling uuid v1.23.2
2026-06-21T04:46:44.4290676Z    Compiling aes-gcm v0.10.3
2026-06-21T04:46:44.4812264Z    Compiling memoffset v0.6.5
2026-06-21T04:46:44.5295951Z    Compiling acto v0.8.2
2026-06-21T04:46:44.6215180Z    Compiling netwatch v0.16.0
2026-06-21T04:46:44.6567943Z    Compiling noq v0.18.0
2026-06-21T04:46:44.6690693Z    Compiling rustix v1.1.4
2026-06-21T04:46:44.7520837Z    Compiling lru-slab v0.1.2
2026-06-21T04:46:44.7631882Z    Compiling identity-hash v0.1.0
2026-06-21T04:46:44.8362097Z    Compiling ref-cast v1.0.25
2026-06-21T04:46:44.8591506Z    Compiling rustc-hash v2.1.2
2026-06-21T04:46:44.8747951Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T04:46:44.8848592Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T04:46:44.9050855Z    Compiling tagptr v0.2.0
2026-06-21T04:46:44.9650911Z    Compiling mac-addr v0.3.0
2026-06-21T04:46:45.0319592Z    Compiling thiserror v1.0.69
2026-06-21T04:46:45.0401258Z    Compiling foldhash v0.2.0
2026-06-21T04:46:45.0750063Z    Compiling xml-rs v0.8.28
2026-06-21T04:46:45.2108319Z    Compiling hashbrown v0.16.1
2026-06-21T04:46:45.3149474Z    Compiling netlink-packet-route v0.30.0
2026-06-21T04:46:45.3251602Z    Compiling serial-core v0.4.0
2026-06-21T04:46:45.4020788Z    Compiling errno v0.3.14
2026-06-21T04:46:45.5309493Z    Compiling synstructure v0.13.2
2026-06-21T04:46:45.5567901Z    Compiling darling_core v0.20.11
2026-06-21T04:46:45.5810585Z    Compiling serde_derive_internals v0.29.1
2026-06-21T04:46:45.8827302Z    Compiling proc-macro-crate v3.5.0
2026-06-21T04:46:46.0626128Z    Compiling xmltree v0.10.3
2026-06-21T04:46:46.0890552Z    Compiling ioctl-rs v0.1.6
2026-06-21T04:46:46.1971218Z    Compiling termios v0.2.2
2026-06-21T04:46:46.2154966Z    Compiling simple-dns v0.9.3
2026-06-21T04:46:46.2920614Z    Compiling aho-corasick v1.1.4
2026-06-21T04:46:46.3098734Z    Compiling smol_str v0.1.24
2026-06-21T04:46:46.3212099Z    Compiling linux-raw-sys v0.12.1
2026-06-21T04:46:46.3281207Z    Compiling arrayvec v0.7.6
2026-06-21T04:46:46.4180684Z    Compiling regex-syntax v0.8.10
2026-06-21T04:46:46.5170795Z    Compiling sha1_smol v1.0.1
2026-06-21T04:46:46.5360421Z    Compiling toml_write v0.1.2
2026-06-21T04:46:46.5573450Z    Compiling constant_time_eq v0.4.2
2026-06-21T04:46:46.5956348Z    Compiling winnow v0.7.15
2026-06-21T04:46:46.7190557Z    Compiling arrayref v0.3.9
2026-06-21T04:46:46.7573157Z    Compiling resolv-conf v0.7.6
2026-06-21T04:46:46.7718015Z    Compiling signal-hook v0.3.18
2026-06-21T04:46:46.7719678Z    Compiling simdutf8 v0.1.5
2026-06-21T04:46:46.9264600Z    Compiling serial-unix v0.4.0
2026-06-21T04:46:47.0892349Z    Compiling lru v0.16.4
2026-06-21T04:46:47.1651622Z    Compiling signal-hook-registry v1.4.8
2026-06-21T04:46:47.2550538Z    Compiling darling_core v0.23.0
2026-06-21T04:46:47.3696176Z    Compiling serde_bytes v0.11.19
2026-06-21T04:46:47.4255073Z    Compiling serde_derive v1.0.228
2026-06-21T04:46:47.5591305Z    Compiling zeroize_derive v1.4.3
2026-06-21T04:46:47.5670933Z    Compiling tokio-macros v2.7.0
2026-06-21T04:46:47.6690501Z    Compiling zerofrom-derive v0.1.7
2026-06-21T04:46:48.1490393Z    Compiling zeroize v1.8.2
2026-06-21T04:46:48.2941002Z    Compiling tokio v1.52.3
2026-06-21T04:46:48.3680660Z    Compiling futures-macro v0.3.32
2026-06-21T04:46:48.7133287Z    Compiling yoke-derive v0.8.2
2026-06-21T04:46:48.7510867Z    Compiling zerovec-derive v0.11.3
2026-06-21T04:46:49.0603051Z    Compiling displaydoc v0.2.6
2026-06-21T04:46:49.0736246Z    Compiling zerofrom v0.1.8
2026-06-21T04:46:49.1838021Z    Compiling tracing-attributes v0.1.31
2026-06-21T04:46:49.3204388Z    Compiling futures-util v0.3.32
2026-06-21T04:46:49.3500911Z    Compiling rustls-pki-types v1.14.1
2026-06-21T04:46:49.8855469Z    Compiling thiserror-impl v2.0.18
2026-06-21T04:46:49.9522473Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T04:46:50.0012189Z    Compiling yoke v0.8.3
2026-06-21T04:46:50.2179563Z    Compiling zerotrie v0.2.4
2026-06-21T04:46:50.2610663Z    Compiling darling_macro v0.20.11
2026-06-21T04:46:50.2762986Z    Compiling zerovec v0.11.6
2026-06-21T04:46:50.5700606Z    Compiling derive_more-impl v2.1.1
2026-06-21T04:46:50.6389526Z    Compiling darling v0.20.11
2026-06-21T04:46:50.6701253Z    Compiling n0-error-macros v0.1.3
2026-06-21T04:46:50.7151157Z    Compiling derive_builder_core v0.20.2
2026-06-21T04:46:50.8400669Z    Compiling spez v0.1.2
2026-06-21T04:46:50.9280525Z    Compiling der v0.8.0-rc.10
2026-06-21T04:46:51.0400505Z    Compiling tinystr v0.8.3
2026-06-21T04:46:51.1896467Z    Compiling potential_utf v0.1.5
2026-06-21T04:46:51.2898188Z    Compiling icu_locale_core v2.2.0
2026-06-21T04:46:51.3409849Z    Compiling icu_collections v2.2.0
2026-06-21T04:46:51.7010495Z    Compiling n0-error v0.1.3
2026-06-21T04:46:51.7259855Z    Compiling pin-project-internal v1.1.13
2026-06-21T04:46:52.1060696Z    Compiling derive_builder_macro v0.20.2
2026-06-21T04:46:52.1600965Z    Compiling cobs v0.3.0
2026-06-21T04:46:52.1972416Z    Compiling postcard-derive v0.2.2
2026-06-21T04:46:52.3991466Z    Compiling ed25519-dalek v2.2.0
2026-06-21T04:46:52.5060407Z    Compiling icu_provider v2.2.0
2026-06-21T04:46:52.7791040Z    Compiling ipnet v2.12.0
2026-06-21T04:46:52.8650988Z    Compiling icu_properties v2.2.0
2026-06-21T04:46:52.9416596Z    Compiling icu_normalizer v2.2.0
2026-06-21T04:46:53.0394598Z    Compiling derive_builder v0.20.2
2026-06-21T04:46:53.0630890Z    Compiling spki v0.8.0-rc.4
2026-06-21T04:46:53.1136219Z    Compiling pin-project v1.1.13
2026-06-21T04:46:53.2129675Z    Compiling once_cell v1.21.4
2026-06-21T04:46:53.2590801Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T04:46:53.3130883Z    Compiling futures-executor v0.3.32
2026-06-21T04:46:53.4407881Z    Compiling tracing-core v0.1.36
2026-06-21T04:46:53.5050834Z    Compiling prefix-trie v0.8.4
2026-06-21T04:46:53.5189680Z    Compiling futures v0.3.32
2026-06-21T04:46:53.5550432Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T04:46:53.6160175Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T04:46:53.6744374Z    Compiling hashbrown v0.14.5
2026-06-21T04:46:53.6831993Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T04:46:54.1657349Z    Compiling tracing v0.1.44
2026-06-21T04:46:54.1800598Z    Compiling data-encoding-macro v0.1.20
2026-06-21T04:46:54.2325416Z    Compiling rustls-native-certs v0.8.4
2026-06-21T04:46:54.2405144Z    Compiling enum-assoc v1.3.0
2026-06-21T04:46:54.3920571Z    Compiling idna_adapter v1.2.2
2026-06-21T04:46:54.4080908Z    Compiling hashlink v0.9.1
2026-06-21T04:46:54.4361560Z    Compiling postcard v1.1.3
2026-06-21T04:46:54.5100940Z    Compiling tokio-util v0.7.18
2026-06-21T04:46:54.5300639Z    Compiling idna v1.1.0
2026-06-21T04:46:54.5351309Z    Compiling netlink-sys v0.8.8
2026-06-21T04:46:54.6544267Z    Compiling tower v0.5.3
2026-06-21T04:46:54.8231610Z    Compiling async-trait v0.1.89
2026-06-21T04:46:54.8590569Z    Compiling num_enum_derive v0.7.6
2026-06-21T04:46:54.8700632Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T04:46:54.9239481Z    Compiling url v2.5.8
2026-06-21T04:46:55.0240759Z    Compiling strum_macros v0.28.0
2026-06-21T04:46:55.0980526Z    Compiling rusqlite v0.32.1
2026-06-21T04:46:55.1610544Z    Compiling netlink-proto v0.12.0
2026-06-21T04:46:55.1900796Z    Compiling derive_more v2.1.1
2026-06-21T04:46:55.2551304Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T04:46:55.3010656Z    Compiling iroh-metrics v0.38.3
2026-06-21T04:46:55.3769419Z    Compiling netdev v0.42.0
2026-06-21T04:46:55.4069620Z    Compiling iroh-relay v0.98.0
2026-06-21T04:46:55.4880691Z    Compiling moka v0.12.15
2026-06-21T04:46:55.7050349Z    Compiling h2 v0.4.14
2026-06-21T04:46:55.7700729Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T04:46:55.8367236Z    Compiling n0-watcher v0.6.1
2026-06-21T04:46:55.9307287Z    Compiling iroh-base v0.98.0
2026-06-21T04:46:55.9994054Z    Compiling tower-http v0.6.11
2026-06-21T04:46:56.0271137Z    Compiling attohttpc v0.30.1
2026-06-21T04:46:56.0931892Z    Compiling num_enum v0.7.6
2026-06-21T04:46:56.1067504Z    Compiling tokio-stream v0.1.18
2026-06-21T04:46:56.2083873Z    Compiling serde_spanned v0.6.9
2026-06-21T04:46:56.3550748Z    Compiling toml_datetime v0.6.11
2026-06-21T04:46:56.3849503Z    Compiling thiserror-impl v1.0.69
2026-06-21T04:46:56.4629067Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T04:46:56.5509807Z    Compiling ref-cast-impl v1.0.25
2026-06-21T04:46:56.6140802Z    Compiling toml_edit v0.22.27
2026-06-21T04:46:56.7920556Z    Compiling webpki-roots v1.0.7
2026-06-21T04:46:56.8201387Z    Compiling regex-automata v0.4.14
2026-06-21T04:46:56.9130982Z    Compiling schemars_derive v1.2.1
2026-06-21T04:46:57.0268555Z    Compiling seize v0.5.1
2026-06-21T04:46:57.1460808Z    Compiling hmac v0.12.1
2026-06-21T04:46:57.1748549Z    Compiling iroh v0.98.2
2026-06-21T04:46:57.3597859Z    Compiling rustix v0.38.44
2026-06-21T04:46:57.5147443Z    Compiling pin-utils v0.1.0
2026-06-21T04:46:57.5217778Z    Compiling utf8parse v0.2.2
2026-06-21T04:46:57.5660604Z    Compiling bitflags v1.3.2
2026-06-21T04:46:57.6010652Z    Compiling cmov v0.5.4
2026-06-21T04:46:57.6361353Z    Compiling dyn-clone v1.0.20
2026-06-21T04:46:57.6449715Z    Compiling nix v0.25.1
2026-06-21T04:46:57.7538840Z    Compiling anstyle-parse v1.0.0
2026-06-21T04:46:57.8200700Z    Compiling hkdf v0.12.4
2026-06-21T04:46:57.8850748Z    Compiling ctutils v0.4.2
2026-06-21T04:46:57.9898339Z    Compiling papaya v0.2.4
2026-06-21T04:46:57.9900337Z    Compiling backon v1.6.0
2026-06-21T04:46:58.0332430Z    Compiling filedescriptor v0.8.3
2026-06-21T04:46:58.0436273Z    Compiling darling_macro v0.23.0
2026-06-21T04:46:58.1710937Z    Compiling strum v0.28.0
2026-06-21T04:46:58.2770614Z    Compiling iroh-dns v0.98.0
2026-06-21T04:46:58.2868726Z    Compiling serial v0.4.0
2026-06-21T04:46:58.3173683Z    Compiling anstyle-query v1.1.5
2026-06-21T04:46:58.3940707Z    Compiling downcast-rs v1.2.1
2026-06-21T04:46:58.4010315Z    Compiling foldhash v0.1.5
2026-06-21T04:46:58.4485010Z    Compiling instability v0.3.12
2026-06-21T04:46:58.4780792Z    Compiling linux-raw-sys v0.4.15
2026-06-21T04:46:58.5689727Z    Compiling shell-words v1.1.1
2026-06-21T04:46:58.5887122Z    Compiling anstyle v1.0.14
2026-06-21T04:46:58.6250203Z    Compiling colorchoice v1.0.5
2026-06-21T04:46:58.6257310Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T04:46:58.6641845Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T04:46:58.7316121Z    Compiling hashbrown v0.15.5
2026-06-21T04:46:58.7591160Z    Compiling darling v0.23.0
2026-06-21T04:46:58.7820850Z    Compiling signal-hook-mio v0.2.5
2026-06-21T04:46:58.8202781Z    Compiling schemars v1.2.1
2026-06-21T04:46:58.8480604Z    Compiling anstream v1.0.0
2026-06-21T04:46:58.8590983Z    Compiling spake2 v0.4.0
2026-06-21T04:46:58.8750868Z    Compiling terminal_size v0.4.4
2026-06-21T04:46:58.8831684Z    Compiling strum_macros v0.26.4
2026-06-21T04:46:59.0035833Z    Compiling itertools v0.13.0
2026-06-21T04:46:59.2310618Z    Compiling sha1 v0.10.6
2026-06-21T04:46:59.2747925Z    Compiling castaway v0.2.4
2026-06-21T04:46:59.3960478Z    Compiling unicode-width v0.1.14
2026-06-21T04:46:59.5651170Z    Compiling toml v0.8.23
2026-06-21T04:46:59.5855368Z    Compiling static_assertions v1.1.0
2026-06-21T04:46:59.6750865Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T04:46:59.7050695Z    Compiling indoc v2.0.7
2026-06-21T04:47:00.1590687Z    Compiling regex v1.12.3
2026-06-21T04:47:00.2094273Z    Compiling clap_lex v1.1.0
2026-06-21T04:47:00.4867897Z    Compiling doctest-file v1.1.1
2026-06-21T04:47:00.5433052Z    Compiling clap_builder v4.6.0
2026-06-21T04:47:00.6649538Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T04:47:01.0060634Z    Compiling interprocess v2.4.2
2026-06-21T04:47:01.1150406Z    Compiling hyper v1.10.1
2026-06-21T04:47:01.1770105Z    Compiling strum v0.26.3
2026-06-21T04:47:01.2950475Z    Compiling unicode-truncate v1.1.0
2026-06-21T04:47:01.3880763Z    Compiling crossterm v0.28.1
2026-06-21T04:47:01.4660825Z    Compiling compact_str v0.8.2
2026-06-21T04:47:01.4820470Z    Compiling lru v0.12.5
2026-06-21T04:47:01.6000683Z    Compiling clap_derive v4.6.1
2026-06-21T04:47:01.6589865Z    Compiling cassowary v0.3.0
2026-06-21T04:47:01.6930630Z    Compiling iana-time-zone v0.1.65
2026-06-21T04:47:01.9460834Z    Compiling portable-pty v0.8.1
2026-06-21T04:47:02.0400869Z    Compiling unicode-width v0.2.0
2026-06-21T04:47:02.3889649Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T04:47:02.4057835Z    Compiling ratatui v0.29.0
2026-06-21T04:47:02.4960702Z    Compiling chrono v0.4.45
2026-06-21T04:47:02.6094887Z    Compiling nucleo-matcher v0.3.1
2026-06-21T04:47:02.7451040Z    Compiling qrcode v0.14.1
2026-06-21T04:47:03.0890539Z    Compiling tempfile v3.27.0
2026-06-21T04:47:03.1540640Z    Compiling hyper-util v0.1.20
2026-06-21T04:47:03.8165458Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T04:47:03.8530740Z    Compiling clap v4.6.1
2026-06-21T04:47:05.2496655Z    Compiling igd-next v0.17.1
2026-06-21T04:47:06.4004730Z    Compiling portmapper v0.16.0
2026-06-21T04:47:10.5403094Z    Compiling rustls-webpki v0.103.13
2026-06-21T04:47:12.8815930Z    Compiling tokio-rustls v0.26.4
2026-06-21T04:47:12.8816595Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T04:47:12.8817116Z    Compiling noq-proto v0.17.0
2026-06-21T04:47:13.0373304Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T04:47:13.0373888Z    Compiling hyper-rustls v0.27.9
2026-06-21T04:47:13.0374761Z    Compiling tokio-websockets v0.13.2
2026-06-21T04:47:13.1613055Z    Compiling reqwest v0.13.4
2026-06-21T04:47:14.0928187Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T04:47:27.8644521Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T04:47:29.2459382Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T04:47:36.4574082Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T04:47:40.1718524Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T04:47:40.1948351Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T04:47:40.1961792Z 
2026-06-21T04:47:40.1962014Z running 1 test
2026-06-21T04:47:46.3808481Z test new_brain_serves_against_old_broker ... ok
2026-06-21T04:47:46.3808810Z 
2026-06-21T04:47:46.3809229Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T04:47:46.3809646Z 
